Closed
Bug 1414636
Opened 8 years ago
Closed 8 years ago
CallFrameInfo::Rule: 'register' storage class specifier is deprecated and incompatible with C++17
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
In file included from /data/jenkins/workspace/firefox-clang-last/obj-x86_64-pc-linux-gnu/tools/profiler/Unified_cpp_tools_profiler1.cpp:11:
/data/jenkins/workspace/firefox-clang-last/tools/profiler/lul/LulDwarf.cpp:299:61: error: 'register' storage class specifier is deprecated and incompatible with C++17 [-Werror,-Wdeprecated-register]
virtual bool Handle(Handler *handler, uint64 address, int register) const = 0;
This isn't a big deal but we should rename the variable just to silent the warning.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8925358 [details]
Bug 1414636 - Rename the 'register' variable to silent a warning
https://reviewboard.mozilla.org/r/196508/#review202886
r+ but please also change the comment above it to match: 2 x (REGISTER -> REG).
Updated•8 years ago
|
Attachment #8925358 -
Flags: review?(jseward) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e47ba5950c9ce450b2c5df03cc5ee02dd9815816
Bug 1414636 - Rename the 'register' variable to silent a warning r=jseward
![]() |
||
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Comment 6•8 years ago
|
||
Comment on attachment 8925358 [details]
Bug 1414636 - Rename the 'register' variable to silent a warning
Removing apparently-redundant review request. I don't know how that got there.
Attachment #8925358 -
Flags: review?(jseward)
Assignee | ||
Updated•8 years ago
|
Attachment #8925358 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Blocks: build-clang-trunk
Assignee | ||
Updated•7 years ago
|
No longer blocks: clang-based-analysis
Assignee | ||
Updated•6 years ago
|
Type: enhancement → defect
You need to log in
before you can comment on or make changes to this bug.
Description
•